home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3838 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  759 b 

  1. From: wyvern@msn.com (Jeffrey Smith)
  2. Subject: RE: Good C++ Books and MIDI C++/C Programming
  3. Date: 26 Jan 96 06:28:31 -0800
  4. References: <4e9gl4$sh9@newsbf02.news.aol.com>
  5. Message-ID: <00001a81+000093fc@msn.com>
  6. Path: news.msn.com!msn.com
  7. Newsgroups: comp.lang.c++
  8. Organization: The Microsoft Network (msn.com)
  9.  
  10. C++ syntax is only part of the step for you. Get Stanley Lippman's 
  11. C++ Primer 2nd ed. for code. But, C++ supports OOP and for that you 
  12. need to understand OOA&D. Get Booch's OOA&D 2nd ed. for good 
  13. background, ref and applications.
  14.  
  15. As far as MIDI goes, get the MIDI spec off the net. MIDI is just a 
  16. three byte message. The spec tells you what the msg are. Just open 
  17. the MIDI port and read/write these msgs. Its fairly straight forward.
  18.  
  19. Jeff WS
  20.